1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/usr.bin/rup/Makefile
1997-02-22 19:58:13 +00:00

10 lines
91 B
Makefile

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