diff options
author | kris <kris@FreeBSD.org> | 2002-02-04 03:06:51 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-02-04 03:06:51 +0000 |
commit | a1a10418c86d19ba12c54a668c6309dcf7e61365 (patch) | |
tree | b80d11f76c7fbcad6224ac7fa7f2fad93679a1a8 /bin/pax | |
parent | bb3058824aaee9ffba249f78c494575dcb057340 (diff) | |
download | FreeBSD-src-a1a10418c86d19ba12c54a668c6309dcf7e61365.zip FreeBSD-src-a1a10418c86d19ba12c54a668c6309dcf7e61365.tar.gz |
Correct inadvertent style botches in previous commit.
Diffstat (limited to 'bin/pax')
-rw-r--r-- | bin/pax/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/pax/Makefile b/bin/pax/Makefile index 3c4abaf..58b4179 100644 --- a/bin/pax/Makefile +++ b/bin/pax/Makefile @@ -30,10 +30,9 @@ SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c \ gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c \ tables.c tar.c tty_subs.c WARNS= 0 +WFORMAT=0 #XXX NOTYET #MAN= pax.1 tar.1 cpio.1 #LINKS= ${BINDIR}/pax ${BINDIR}/tar ${BINDIR}/pax ${BINDIR}/cpio -WFORMAT?= 0 - .include <bsd.prog.mk> |