1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/usr.bin/rup/Makefile

10 lines
91 B
Makefile
Raw Normal View History

1997-02-22 19:58:13 +00:00
# $Id$
PROG= rup
MAN1= rup.1
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
.include <bsd.prog.mk>