1 # $NetBSD: Makefile,v 1.37 2008/02/24 20:42:46 joerg Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
7 SRCS
= ar_io.c ar_subs.c buf_subs.c file_subs.c ftree.c\
8 gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c\
11 .if defined
(SMALLPROG
)
12 CPPFLAGS
+= -DSMALL
-DNO_CPIO
14 SRCS
+= getid.c spec.c misc.c pack_dev.c cpio.c
15 CPPFLAGS
+= -I
${NETBSDSRCDIR}/usr.sbin
/mtree \
16 -I
${NETBSDSRCDIR}/sbin
/mknod
17 .PATH
: ${NETBSDSRCDIR}/usr.sbin
/mtree \
18 ${NETBSDSRCDIR}/sbin
/mknod
20 .if
(${HOSTPROG
:U
} == "")
26 MAN
= pax
.1 tar.1 cpio
.1
32 # XXX: Interix does not have it; we need a conditional for it.
33 CPPFLAGS
+= -DHAVE_SYS_MTIO_H
35 LINKS
+= ${BINDIR}/pax
${BINDIR}/tar
36 SYMLINKS
+=${BINDIR}/tar /usr
/bin
/tar
38 LINKS
+= ${BINDIR}/pax
${BINDIR}/cpio
39 SYMLINKS
+=${BINDIR}/cpio
/usr
/bin
/cpio
42 .if
!defined
(HOSTPROG
) && !defined
(SMALLPROG
)
43 CPPFLAGS
+= -DSUPPORT_RMT
49 .
include <bsd.prog.mk
>