freebsd_amp_hwpstate/gnu/libexec/uucp/sample/Makefile

18 lines
370 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.1 1993/10/14 12:18:29 rgrimes Exp $
FILES= call.sample config.sample dial.sample dialcode.sample passwd.sample \
port.sample sys1.sample sys2.sample
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>