1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/usr.bin/rup/Makefile
1999-08-28 01:08:13 +00:00

10 lines
96 B
Makefile

# $FreeBSD$
PROG= rup
MAN1= rup.1
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
.include <bsd.prog.mk>