diff options
Diffstat (limited to 'gnu/libexec')
-rw-r--r-- | gnu/libexec/uucp/sample/Makefile | 15 |
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 0000000..0cd2f1e --- /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> |