diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-18 11:27:04 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-18 11:27:04 +0000 |
commit | b7ca471a22b441a2099b5b8252195d272f68fe65 (patch) | |
tree | 0098027ff4230f0d439fbd0e35deeb5133f17fc3 /usr.sbin/zic/zdump | |
parent | d72ca9ddd13a8e6359af1ff0f3c017e7a34a7878 (diff) |
Back out WARNS cleanup: this is apparently vendor code, even though
most of the files aren't on the vendor branch.
Submitted by: wollman
Notes
Notes:
svn path=/head/; revision=79858
Diffstat (limited to 'usr.sbin/zic/zdump')
-rw-r--r-- | usr.sbin/zic/zdump/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/zic/zdump/Makefile b/usr.sbin/zic/zdump/Makefile index 49bd6a00b510..2088d1871f18 100644 --- a/usr.sbin/zic/zdump/Makefile +++ b/usr.sbin/zic/zdump/Makefile @@ -3,7 +3,6 @@ .PATH: ${.CURDIR}/.. PROG= zdump -WARNS?= 2 SRCS= zdump.c ialloc.c scheck.c MAN= ${.CURDIR}/../zdump.8 |