.include LIB= compat_minix CPPFLAGS+= -D_MINIX_COMPAT MACHINE_ARCH= ${ARCH} .PATH: ${.CURDIR} # std_err() SRCS+= stderr.c # Configfile Library. SRCS+= configfile.c # Minix 'mtab' handling functions. # # These should be changed when we switch to # NetBSD's 'mtab' format. SRCS+= mtab.c .include "include/Makefile.inc" .include SUBDIR+= pkgconfig .include .include