freebsd-dev/gnu/libexec/uucp/sample/Makefile
Jordan K. Hubbard 1162c4cea3 From: stark!gene@newsserv.cs.sunysb.edu (Gene Stark)
Message-Id: <199404171501.LAA01245@stark.UUCP>
To: freebsd-hackers@freefall.cdrom.com
Subject: Make world and UUCP
Sender: freebsd-hackers-owner@freefall.cdrom.com
Precedence: bulk

It would be much more convenient if "make world" didn't clobber my
UUCP configuration files in /etc/uucp.  Perhaps the easiest fix would
be to change the names of the sample configuration files:

	config -> config.sample
	ports -> ports.sample
	...
1994-04-25 16:18:07 +00:00

18 lines
370 B
Makefile

# $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>