# Makefile for the ywho toolkit CFLAGS=-O2 -m486 -fomit-frame-pointer -Wall -Wno-parentheses -malign-loops=0 -malign-jumps=0 -malign-functions=2 LDFLAGS=-s all: ywho nwhod nwho ywho: ywho.o ywho.o: ywho.c nwhod: nwhod.o nwhod.o: nwhod.c net.h nwho: nwho.o nwho.o: nwho.c net.h clean: rm -f *.o ywho nwhod nwho *~ install: strip ywho install -s -m 755 ywho nwho /usr/bin ln -sf nwho /usr/bin/nuptime install -s -m 755 nwhod /usr/sbin install -d -m 755 /var/spool/nwho