freebsd_amp_hwpstate/usr.bin/compile_et/Makefile

10 lines
184 B
Makefile
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $FreeBSD$
PROG= compile_et
1999-09-04 09:52:36 +00:00
SRCS= compile_et.c parse.y lex.l getarg.c
CFLAGS+=-I. -I${.CURDIR}/../../contrib/com_err
.include <bsd.prog.mk>
1999-09-04 09:52:36 +00:00
.PATH: ${.CURDIR}/../../contrib/com_err