head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	94.07.08.19.51.27;	author md;	state Exp;
branches;
next	1.1;

1.1
date	94.04.02.15.56.59;	author md;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Missing a DESTDIR
@
text
@#	@@(#)Makefile	8.2 (Berkeley) 4/2/94

PROG=	chpass
SRCS=	chpass.c edit.c field.c pw_copy.c pw_scan.c pw_util.c table.c util.c
BINOWN=	root
BINMODE=4555
.PATH:	${.CURDIR}/../../usr.sbin/pwd_mkdb ${.CURDIR}/../../usr.sbin/vipw
CFLAGS+=-I${.CURDIR}/../../usr.sbin/pwd_mkdb -I${.CURDIR}/../../usr.sbin/vipw
LINKS=	${BINDIR}/chpass ${BINDIR}/chfn ${BINDIR}/chpass ${BINDIR}/chsh
MLINKS=	chpass.1 chfn.1 chpass.1 chsh.1

afterinstall:
	chflags schg ${DESTDIR}/usr/bin/chpass

.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@d13 1
a13 1
	chflags schg /usr/bin/chpass
@
