This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / sys / netiso / xebec / Makefile
CommitLineData
78ed81a3 1# from: @(#)Makefile 5.16 (Berkeley) 4/26/91
2# $Id$
15637ed4
RG
3
4PROG= xebec
5SRCS= llparse.c llscan.c main.c malloc.c procs.c putdriver.c sets.c xebec.c
6CFLAGS+= -DDEBUG -traditional
7NOMAN = noman
8
9.include <bsd.prog.mk>