aboutsummaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/sample/Makefile
blob: 0cd2f1ec29b5cd8e4c1738c66f39cbfcdaf8bcaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>