5b7f6bf978
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)
5 lines
100 B
Makefile
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>
|