1 # Makefile for the ywho toolkit
3 CFLAGS=-O2 -Wall -Wno-parentheses
16 nwhod.o: nwhod.c net.h
23 rm -f *.o ywho nwhod nwho *~
28 mkdir -p $(ROOT)/usr/bin $(ROOT)/usr/sbin
29 install -s -m 755 ywho nwho $(ROOT)/usr/bin
30 ln -sf nwho $(ROOT)/usr/bin/nuptime
31 install -s -m 755 nwhod $(ROOT)/usr/sbin
32 install -d -m 755 $(ROOT)/var/spool/nwho
37 rm -rf `find dist/$(REL) -name CVS -o -name tmp` dist/$(REL)/dist
38 cd dist ; tar czvvf /tmp/$(REL).tar.gz $(REL)