need bsd.own.mk and fix typo.

This commit is contained in:
christos 1999-01-11 11:49:20 +00:00
parent 2379551296
commit 07c1a182cd
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.4 1998/08/22 21:22:16 tv Exp $
# $NetBSD: Makefile,v 1.5 1999/01/11 11:49:20 christos Exp $
#
.include <bsd.own.mk>
DIST= ${.CURDIR}/../../dist
TARGET_ARCH ?= ${MACHINE_ARCH}

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile.inc,v 1.3 1999/01/11 10:55:21 christos Exp $
# $NetBSD: Makefile.inc,v 1.4 1999/01/11 11:49:20 christos Exp $
TARG_CPU_C= tc-i386.c
.if ${OBJECT_FORMAT} == "ELF"
.if (${OBJECT_FMT} == "ELF")
OBJ_FORMAT_C= obj-elf.c
CPPFLAGS+=-DDEFAULT_ELF
.else