1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/usr.sbin/manctl/Makefile
1995-07-17 14:39:09 +00:00

12 lines
214 B
Makefile

# Makefile
# $Id: Makefile,v 1.4 1994/05/26 20:16:49 csgr Exp $
all:
@echo -n
install: all
install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/manctl.sh \
${DESTDIR}${BINDIR}/manctl
.include <bsd.prog.mk>