summaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/sample
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1993-10-14 12:18:29 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1993-10-14 12:18:29 +0000
commit05a078e0dad94a358f574ef841c526cbc4927217 (patch)
tree9c4a3ae954a4312adabf12f6a7d0cbe3a5973e59 /gnu/libexec/uucp/sample
parent242d29de40d337dcc9608400f6acd99da18a319a (diff)
Notes
Diffstat (limited to 'gnu/libexec/uucp/sample')
-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..0cd2f1ec29b5
--- /dev/null
+++ b/gnu/libexec/uucp/sample/Makefile
@@ -0,0 +1,15 @@
+# $Id: Makefile,v 1.1 1993/08/05 18:22:22 conklin 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>