light cleanup, adjustments for the Alpha

This commit is contained in:
cgd 1995-06-28 03:00:20 +00:00
parent 8357feb486
commit 65c4cf2b9a
1 changed files with 11 additions and 6 deletions

View File

@ -1,16 +1,21 @@
# $NetBSD: Makefile,v 1.2 1995/06/26 03:27:13 christos Exp $
# $NetBSD: Makefile,v 1.3 1995/06/28 03:00:20 cgd Exp $
LIB= compat
NOPIC=
.PATH: ${COMPATREL}${COMPATDIR}
CC = ${COMPATCC}
CFLAGS += ${COMPATCFLAGS:S@-I.@-I${COMPATREL}.@g}
CC= ${COMPATCC}
CFLAGS+= ${COMPATCFLAGS:S@-I.@-I${COMPATREL}.@g}
SRCS = compat_tty.c compat_util.c kern_exit_43.c kern_info_09.c \
kern_info_43.c kern_ipc_10.c kern_prot_43.c kern_resource_43.c \
kern_sig_43.c uipc_syscalls_43.c vfs_syscalls_43.c
SRCS= compat_tty.c compat_util.c kern_exit_43.c kern_info_09.c \
kern_info_43.c kern_prot_43.c kern_resource_43.c kern_sig_43.c \
uipc_syscalls_43.c vfs_syscalls_43.c
# really, all machines were sizeof(int) != sizeof(long)
.if (${MACHINE_ARCH} != "alpha")
SRCS+= kern_ipc_10.c
.endif
install: