aboutsummaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/sample/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/libexec/uucp/sample/Makefile')
-rw-r--r--gnu/libexec/uucp/sample/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/gnu/libexec/uucp/sample/Makefile b/gnu/libexec/uucp/sample/Makefile
new file mode 100644
index 000000000000..c3917289933f
--- /dev/null
+++ b/gnu/libexec/uucp/sample/Makefile
@@ -0,0 +1,15 @@
+# $Id: Makefile,v 1.1 1993/10/14 12:18:29 rgrimes Exp $
+
+FILES= call config dial dialcode passwd port sys1 sys2
+NOOBJ= noobj
+
+BINOWN= $(owner)
+BINGRP= $(group)
+
+all clean cleandir depend lint tags:
+
+install:
+ install -c -o ${BINOWN} -g ${BINGRP} -m 440 ${FILES} \
+ ${DESTDIR}/etc/uucp
+
+.include <bsd.prog.mk>