386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 13 Jun 1992 07:01:22 +0000 (23:01 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 13 Jun 1992 07:01:22 +0000 (23:01 -0800)
Work on file usr/src/usr.bin/tar/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1

usr/src/usr.bin/tar/Makefile [new file with mode: 0644]

diff --git a/usr/src/usr.bin/tar/Makefile b/usr/src/usr.bin/tar/Makefile
new file mode 100644 (file)
index 0000000..b0eee26
--- /dev/null
@@ -0,0 +1,10 @@
+
+PROG=  tar
+SRCS=  tar.c create.c extract.c buffer.c getoldopt.c update.c gnu.c mangle.c \
+       version.c list.c names.c diffarch.c port.c wildmat.c getopt.c getopt1.c \
+       regex.c getdate.y rtape_lib.c
+CFLAGS+= -DBSD42 -DSTDC_MSG -DNEED_TZSET -DNEEDPAD
+CFLAGS+= -DDEF_AR_FILE=\"/dev/rmt8\" -DDEFBLOCKING=20
+NOMAN=noman
+
+.include <bsd.prog.mk>