mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
11 lines
153 B
Makefile
11 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>
|