Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / compile_et / Makefile
1 # $FreeBSD: src/usr.bin/compile_et/Makefile,v 1.11 1999/09/04 09:52:32 markm Exp $
2 # $DragonFly: src/usr.bin/compile_et/Makefile,v 1.2 2003/06/17 04:29:25 dillon Exp $
3
4 PROG=   compile_et
5 SRCS=   compile_et.c parse.y lex.l getarg.c
6 CFLAGS+=-I. -I${.CURDIR}/../../contrib/com_err
7
8 .include <bsd.prog.mk>
9
10 .PATH: ${.CURDIR}/../../contrib/com_err