diff options
-rw-r--r-- | pkgtools/cwrappers/files/bin/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgtools/cwrappers/files/bin/Makefile b/pkgtools/cwrappers/files/bin/Makefile index 3a4ab8640e6..b4cdfc60942 100644 --- a/pkgtools/cwrappers/files/bin/Makefile +++ b/pkgtools/cwrappers/files/bin/Makefile @@ -1,6 +1,10 @@ +# $NetBSD: Makefile,v 1.2 2014/09/18 19:31:47 joerg Exp $ +# PROGS= as-wrapper cc-wrapper c++-wrapper cpp-wrapper f77-wrapper \ imake-wrapper ld-wrapper libtool-wrapper shlibtool-wrapper +BINDIR= ${PREFIX}/libexec/cwrappers + LIB_SRCS= alloc.c cleanup-cc.c common.c reorder-cc.c .ifdef NEED_MI_VECTOR_HASH |