diff options
Diffstat (limited to 'usr.bin/uucp/uusend/Makefile')
-rw-r--r-- | usr.bin/uucp/uusend/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/uucp/uusend/Makefile b/usr.bin/uucp/uusend/Makefile new file mode 100644 index 0000000..6c13fb4 --- /dev/null +++ b/usr.bin/uucp/uusend/Makefile @@ -0,0 +1,6 @@ +# @(#)Makefile 8.1 (Berkeley) 6/6/93 + +PROG= uusend +LINKS= ${BINDIR}/uusend ${BINDIR}/ruusend + +.include <bsd.prog.mk> |