1995-09-17 05:01:07 +04:00
|
|
|
# $NetBSD: Makefile,v 1.9 1995/09/17 01:01:07 pk Exp $
|
1994-01-26 05:03:32 +03:00
|
|
|
|
|
|
|
LIB= sa
|
|
|
|
|
1995-09-15 00:55:00 +04:00
|
|
|
DIR=${SAREL}${SADIR}
|
|
|
|
|
|
|
|
.PATH: ${DIR}
|
|
|
|
|
1994-08-23 01:55:58 +04:00
|
|
|
#DEBUGFLAGS= -DNETIF_DEBUG -DETHER_DEBUG -DNFS_DEBUG -DRPC_DEBUG -DRARP_DEBUG -DDEBUG -DPARANOID -Wall
|
1995-09-17 05:01:07 +04:00
|
|
|
#DEBUGFLAGS= -ansi -pedantic -Wall
|
1995-09-15 00:55:00 +04:00
|
|
|
CFLAGS+=-DSTANDALONE -DCOMPAT_UFS $(DEBUGFLAGS) -I${DIR} -I${DIR}/../..
|
1994-05-08 20:11:14 +04:00
|
|
|
|
|
|
|
# stand routines
|
|
|
|
SRCS+= alloc.c bcopy.c exit.c exec.c getfile.c gets.c globals.c \
|
|
|
|
printf.c strerror.c
|
1994-01-26 05:03:32 +03:00
|
|
|
|
|
|
|
# io routines
|
|
|
|
SRCS+= close.c dev.c disklabel.c ioctl.c lseek.c open.c read.c \
|
1994-05-08 20:11:14 +04:00
|
|
|
stat.c write.c
|
|
|
|
|
|
|
|
# network routines
|
|
|
|
SRCS+= arp.c ether.c in_cksum.c net.c netif.c rpc.c
|
|
|
|
|
|
|
|
# network info services:
|
1995-09-15 00:55:00 +04:00
|
|
|
SRCS+= bootp.c rarp.c bootparam.c
|
1994-01-26 05:03:32 +03:00
|
|
|
|
1994-05-08 20:11:14 +04:00
|
|
|
# boot filesystems
|
|
|
|
SRCS+= ufs.c nfs.c
|
1994-01-26 05:03:32 +03:00
|
|
|
|
|
|
|
NOPROFILE=
|
|
|
|
NOPIC=
|
|
|
|
OBJMACHINE=
|
|
|
|
|
|
|
|
install:
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|