freebsd-dev/usr.bin/rpcinfo/Makefile
Daniel Eischen 03d485eb77 Remove including of libc sources. All the required functions
are exported by libc with prototypes in our standard headers.
I guess at one time this was necessary, but not any longer.
2006-03-10 07:58:02 +00:00

11 lines
154 B
Makefile

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