freebsd-dev/usr.sbin/zic/Makefile
Garrett Wollman 5b7f6bf978 Merge changes from vendor branch (tzcode1999a), plus the following additional
changes:

- Finish migrating zic to its own private.h.
- Fix zic.8 so that it really is written in -mdoc.
- Add four new flags to zic (&document):
	-D	don't create directories
	-u	change ownership of newly-created files to user
	-g	change ownership of newly-created files to group
	-m	change mode of newly-created files to modespec
  These, once proven, can be used to clean up the installation.

Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode1999a.tar.gz (partially)
1999-01-21 17:46:19 +00:00

5 lines
100 B
Makefile

# $Id: Makefile,v 1.4 1999/01/21 17:12:48 wollman Exp $
SUBDIR= zic zdump
.include <bsd.subdir.mk>