freebsd-dev/usr.sbin/manctl/Makefile
Bruce Evans 9c0dc173cc Change install' to ${INSTALL}' so that default install flags can be
specified in the top level Makefiles.
1995-07-25 00:37:58 +00:00

12 lines
216 B
Makefile

# Makefile
# $Id: Makefile,v 1.5 1995/07/17 14:39:09 jkh Exp $
all:
@echo -n
install: all
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/manctl.sh \
${DESTDIR}${BINDIR}/manctl
.include <bsd.prog.mk>