1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-06 18:29:47 +00:00
freebsd/sbin/idmapd/Makefile

12 lines
153 B
Makefile
Raw Normal View History

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