mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 00:21:25 +01:00
13 lines
193 B
Makefile
13 lines
193 B
Makefile
# $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>
|