freebsd-nq/usr.sbin/manctl/Makefile

8 lines
193 B
Makefile
Raw Normal View History

# Makefile
# $Id: Makefile,v 1.1 1994/04/17 21:01:16 g89r4222 Exp $
install: manctl.sh
install -o ${BINOWN} -g ${BINGRP} -m 555 manctl.sh \
${DESTDIR}/usr/sbin/manctl
.include <bsd.prog.mk>