Author: edwin
Date: Thu Feb 25 21:10:27 2010
New Revision: 204332
URL: http://svn.freebsd.org/changeset/base/204332

Log:
  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.

Deleted:
  head/contrib/tzcode/zic/Makefile
  head/contrib/tzcode/zic/Makefile.inc
  head/usr.sbin/zic/Theory
  head/usr.sbin/zic/ialloc.c
  head/usr.sbin/zic/private.h
  head/usr.sbin/zic/scheck.c
  head/usr.sbin/zic/zdump.8
  head/usr.sbin/zic/zdump.c
  head/usr.sbin/zic/zic.8
  head/usr.sbin/zic/zic.c
Modified:
  head/usr.sbin/zic/zdump/Makefile
  head/usr.sbin/zic/zic/Makefile

Modified: head/usr.sbin/zic/zdump/Makefile
==============================================================================
--- head/usr.sbin/zic/zdump/Makefile    Thu Feb 25 20:54:54 2010        
(r204331)
+++ head/usr.sbin/zic/zdump/Makefile    Thu Feb 25 21:10:27 2010        
(r204332)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-.PATH: ${.CURDIR}/..
+.PATH: ${.CURDIR}/../../../contrib/tzcode/zic
 
 PROG=  zdump
 MAN=   zdump.8

Modified: head/usr.sbin/zic/zic/Makefile
==============================================================================
--- head/usr.sbin/zic/zic/Makefile      Thu Feb 25 20:54:54 2010        
(r204331)
+++ head/usr.sbin/zic/zic/Makefile      Thu Feb 25 21:10:27 2010        
(r204332)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-.PATH: ${.CURDIR}/..
+.PATH: ${.CURDIR}/../../../contrib/tzcode/zic
 
 PROG=  zic
 MAN=   zic.8
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to