This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / sys / netiso / xebec / Makefile
# from: @(#)Makefile 5.16 (Berkeley) 4/26/91
# $Id$
PROG= xebec
SRCS= llparse.c llscan.c main.c malloc.c procs.c putdriver.c sets.c xebec.c
CFLAGS+= -DDEBUG -traditional
NOMAN = noman
.include <bsd.prog.mk>