NetBSD/dist/ipf/l4check/Makefile

11 lines
146 B
Makefile
Raw Normal View History

2000-05-03 14:56:46 +04:00
# For Solaris
#LIBS=-lsocket -lnsl
all: l4check
l4check: l4check.c
$(CC) -g -I.. $(CFLAGS) $(LIBS) l4check.c -o $@
clean:
/bin/rm -f l4check