2cffbf33d8
fix usage() message for "-s" argument. ie, do *not* suggest "/usr/src" as this causes "make distribution" to be run in /usr/src.
25 lines
642 B
Makefile
25 lines
642 B
Makefile
# $NetBSD: Makefile,v 1.15 2002/07/31 06:54:24 martti Exp $
|
|
|
|
DISTNAME= etcupdate-20020731
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= martti@netbsd.org
|
|
HOMEPAGE= http://www.netbsd.org/Documentation/current/
|
|
COMMENT= Script to update the configuration and startup files in /etc
|
|
|
|
EXTRACT_ONLY= # defined
|
|
WRKSRC= ${WRKDIR}
|
|
NO_CHECKSUM= # defined
|
|
NO_PATCH= # defined
|
|
NO_CONFIGURE= # defined
|
|
NO_BUILD= # defined
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/etcupdate ${PREFIX}/bin/etcupdate
|
|
${INSTALL_MAN} ${FILESDIR}/etcupdate.8 ${PREFIX}/man/man8
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|