]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/idmapd/Makefile
This commit was generated by cvs2svn to compensate for changes in r172665,
[FreeBSD/FreeBSD.git] / sbin / idmapd / Makefile
1 #       @(#)Makefile    8.2 (Berkeley) 3/27/94
2 #
3 # $FreeBSD$
4
5 PROG=   idmapd
6 MAN=    idmapd.8
7
8 CFLAGS+= -DNFS -I${.CURDIR}/../../sys
9 WARNS?= 2
10
11 .include <bsd.prog.mk>