NetBSD/gnu/libexec/uucp/uuto/Makefile

14 lines
204 B
Makefile
Raw Normal View History

1993-08-04 23:33:45 +04:00
# Makefile for uuto
BINDIR= $(bindir)
PROG= uuto
SRCS=
NOMAN=
uuto: uuto.in
sed -e "s|@BINDIR@|$(bindir)|g" -e "s|@SBINDIR@|$(sbindir)|g" \
$(.CURDIR)/uuto.in > $(.TARGET)
.include <bsd.prog.mk>