1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/usr.bin/rpcinfo/Makefile
2006-07-27 13:47:02 +00:00

11 lines
146 B
Makefile

# from: @(#)Makefile 5.2 (Berkeley) 5/11/90
# $FreeBSD$
PROG= rpcinfo
SRCS= rpcinfo.c
MAN= rpcinfo.8
CFLAGS+= -DPORTMAP
.include <bsd.prog.mk>