diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2010-02-25 21:10:27 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2010-02-25 21:10:27 +0000 |
commit | 97dcdbd4502a61499db66e4622491ebfe16a05c0 (patch) | |
tree | c1c4e867f6c4cb1d0120e96b715c2295be692c31 /usr.sbin/zic/zdump | |
parent | bee10047c04acda5938b9cc4fb21109285eefe16 (diff) |
From contrib/tzcode:
The Makefiles are leftovers from the copies and should live in usr.sbin/zic/*
From usr.sbin/zic:
The sources are from a vendor contributed source, therefore should
live in contrib/tzcode/zic.
Notes
Notes:
svn path=/head/; revision=204332
Diffstat (limited to 'usr.sbin/zic/zdump')
-rw-r--r-- | usr.sbin/zic/zdump/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/zic/zdump/Makefile b/usr.sbin/zic/zdump/Makefile index 7ee8db324927..1665ccc17c97 100644 --- a/usr.sbin/zic/zdump/Makefile +++ b/usr.sbin/zic/zdump/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/.. +.PATH: ${.CURDIR}/../../../contrib/tzcode/zic PROG= zdump MAN= zdump.8 |