freebsd-dev/usr.bin/compile_et/Makefile
Ed Schouten b7946da96b Build usr.bin/ with WARNS=6 by default.
Also add some missing $FreeBSD$ to keep svn happy.
2010-01-02 10:27:05 +00:00

12 lines
195 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../contrib/com_err
PROG= compile_et
SRCS= compile_et.c parse.y lex.l getarg.c
CFLAGS+=-I. -I${.CURDIR}/../../contrib/com_err
WARNS?= 0
.include <bsd.prog.mk>