freebsd-dev/sbin/idmapd/Makefile
Ceri Davies 122745bb9e .PATH isn't necessary here.
Remove hardcoded path to /usr/src/sys.
2006-10-15 13:51:49 +00:00

12 lines
153 B
Makefile

# @(#)Makefile 8.2 (Berkeley) 3/27/94
#
# $FreeBSD$
PROG= idmapd
MAN= idmapd.8
CFLAGS+= -DNFS -I${.CURDIR}/../../sys
WARNS?= 2
.include <bsd.prog.mk>