freebsd-dev/sbin/idmapd/Makefile

15 lines
168 B
Makefile
Raw Normal View History

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