1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/sbin/idmapd/Makefile

14 lines
153 B
Makefile

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