Fixes to allow versionless packages on cd
[minix3.git] / lib / libcompat_minix / Makefile
blob05db97c6a553527e17e7e01241c20440642c41da
1 .include <bsd.own.mk>
3 LIB= compat_minix
4 CPPFLAGS+= -D_MINIX_COMPAT
5 MACHINE_ARCH= ${ARCH}
7 .PATH: ${.CURDIR}
9 # std_err()
10 SRCS+= stderr.c
12 # V8 regexp (incompatible with BSD regexp)
13 SRCS+= v8regerror.c v8regexp.c v8regsub.c
15 # Configfile Library.
16 SRCS+= configfile.c
18 # ACK a.out format.
19 SRCS+= nlist.c
21 # Minix 'mtab' handling functions.
23 # These should be changed when we switch to
24 # NetBSD's 'mtab' format.
25 SRCS+= mtab.c
27 # fttyslot(fd), a Minix-specific extension
28 SRCS+= fttyslot.c
30 # cuserid()
31 # Now considered "compat" feature in NetBSD.
32 SRCS+= cuserid.c
34 .include "include/Makefile.inc"
36 .include <bsd.own.mk>
37 SUBDIR+= pkgconfig
38 .include <bsd.subdir.mk>
40 .include <bsd.lib.mk>