diff options
Diffstat (limited to 'bin/pax/Makefile')
-rw-r--r-- | bin/pax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/Makefile b/bin/pax/Makefile index 472c7d0887e..5dd36e21e3a 100644 --- a/bin/pax/Makefile +++ b/bin/pax/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.12 2016/08/23 06:00:28 guenther Exp $ +# $OpenBSD: Makefile,v 1.13 2018/09/13 12:33:43 millert Exp $ WARNINGS=Yes PROG= pax -SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c\ +SRCS= ar_io.c ar_subs.c buf_subs.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 MAN= pax.1 tar.1 cpio.1 |