NetBSD/gnu/libexec/uucp/uuto/Makefile

16 lines
263 B
Makefile
Raw Normal View History

1993-08-04 23:33:45 +04:00
# Makefile for uuto
1993-08-05 20:14:03 +04:00
# $Id: Makefile,v 1.2 1993/08/05 16:14:06 jtc Exp $
1993-08-04 23:33:45 +04:00
BINDIR= $(bindir)
PROG= uuto
SRCS=
NOMAN=
1993-08-05 20:14:03 +04:00
STRIP=
1993-08-04 23:33:45 +04:00
uuto: uuto.in
sed -e "s|@BINDIR@|$(bindir)|g" -e "s|@SBINDIR@|$(sbindir)|g" \
$(.CURDIR)/uuto.in > $(.TARGET)
.include <bsd.prog.mk>