summaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/sample/Makefile
blob: 85ff41978af2c4cf20c7e9176174a104d4aa0762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$OpenBSD: Makefile,v 1.2 1997/04/27 20:55:52 millert Exp $

FILES=	call config dial dialcode passwd port sys
NOOBJ=	noobj

install:
	@echo installing ${FILES}
	@-for i in ${FILES}; do \
		if [ ! -f ${DESTDIR}/etc/uucp/$$i ]; then \
			${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 $$i \
				${DESTDIR}/etc/uucp; \
		fi; \
	done

.include <bsd.prog.mk>