aboutsummaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/uuto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/libexec/uucp/uuto/Makefile')
-rw-r--r--gnu/libexec/uucp/uuto/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/libexec/uucp/uuto/Makefile b/gnu/libexec/uucp/uuto/Makefile
new file mode 100644
index 000000000000..acf15390eb1e
--- /dev/null
+++ b/gnu/libexec/uucp/uuto/Makefile
@@ -0,0 +1,17 @@
+# Makefile for uuto
+# $Id: Makefile,v 1.2 1993/08/06 23:28:02 rgrimes Exp $
+
+BINDIR= $(bindir)
+
+PROG= uuto
+SRCS=
+NOMAN=
+STRIP=
+
+uuto: uuto.in
+ sed -e "s|@BINDIR@|$(bindir)|g" -e "s|@SBINDIR@|$(sbindir)|g" \
+ $(.CURDIR)/uuto.in > $(.TARGET)
+
+depend:
+
+.include <bsd.prog.mk>