Start development on 386BSD 0.0
[unix-history] / .ref-BSD-4_3_Net_2 / usr / src / sys / netiso / xebec / Makefile
CommitLineData
af359dea 1# @(#)Makefile 5.16 (Berkeley) 4/26/91
4c3dcbe3 2
af359dea
C
3PROG= xebec
4SRCS= llparse.c llscan.c main.c malloc.c procs.c putdriver.c sets.c xebec.c
5CFLAGS+= -DDEBUG -traditional
6NOMAN = noman
4c3dcbe3 7
af359dea 8.include <bsd.prog.mk>