nfs: fix real/effective id mismatch in nfs_access
[dragonfly.git] / usr.bin / compile_et / Makefile
blob9ff828bae465027e1363a813b541529184fc5e9b
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.3 2007/08/27 16:50:52 pavalos Exp $
4 PROG= compile_et
5 SRCS= compile_et.c parse.y lex.l getarg.c
6 CFLAGS+=-I. -I${.CURDIR}/../../contrib/com_err
7 WARNS?= 0
9 .include <bsd.prog.mk>
11 .PATH: ${.CURDIR}/../../contrib/com_err