freebsd-dev/usr.sbin/tzsetup/Makefile

13 lines
193 B
Makefile
Raw Normal View History

# $Id$
NOPROG= tzsetup
NOMAN=
all depend:
beforeinstall:
$(INSTALL) -c -m $(BINMODE) -o $(BINOWN) -g $(BINGRP) \
${.CURDIR}/tzsetup.sh ${DESTDIR}${BINDIR}/tzsetup
.include <bsd.prog.mk>