NetBSD/sys/netiso/xebec/Makefile
lukem dcab0210a0 convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00

10 lines
252 B
Makefile

# $NetBSD: Makefile,v 1.7 1999/02/13 02:54:54 lukem Exp $
# @(#)Makefile 5.16 (Berkeley) 4/26/91
PROG= xebec
SRCS= llparse.c llscan.c main.c malloc.c procs.c putdriver.c sets.c xebec.c
CPPFLAGS+= -DDEBUG -traditional
MKMAN= no
.include <bsd.prog.mk>