# $OpenBSD: Makefile,v 1.13 2003/06/08 14:25:05 miod Exp $ .include "${.CURDIR}/../Makefile.inc" LIB= sa S=${.CURDIR}/../../../.. SADIR=${.CURDIR}/.. DIR_SA= $S/lib/libsa NOPROFILE=noprofile NOPIC=nopic #AS=cat ; #AS+= -R #AS+= -a # hppa stuff SRCS= machdep.c pdc.c itecons.c dev_hppa.c time.c \ ct.c dk.c lf.c lif.c cmd_hppa.c # stand routines SRCS+= alloc.c exit.c getfile.c gets.c globals.c \ printf.c strerror.c strtol.c strchr.c ctime.c loadfile.c snprintf.c # io routines SRCS+= close.c closeall.c dev.c disklabel.c dkcksum.c fstat.c ioctl.c lseek.c \ open.c read.c stat.c write.c cread.c readdir.c cons.c # boot filesystems SRCS+= ufs.c cd9660.c .PATH: ${DIR_SA} all: ${SALIB} install: .include CPPFLAGS+=-DHEAP_LIMIT=${HEAP_LIMIT} ${DEBUGFLAGS} -DNO_NET CPPFLAGS+=-I${S}/stand/boot CFLAGS+=${SACFLAGS} -D__INTERNAL_LIBSA_CREAD -DCOMPAT_UFS