Add -aout to CFLAGS centrally.

Set the default for BINDIR (to /usr/mdec) centrally.
This commit is contained in:
Bruce Evans 1998-12-30 10:05:56 +00:00
parent 2d31381a1f
commit 75d1228cbb
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# $Id$
# $Id: Makefile.inc,v 1.2 1998/03/12 12:23:27 bde Exp $
BINDIR?= /usr/mdec
CFLAGS+= -aout
.if exists(${.CURDIR}/../../../../include)
CFLAGS+= -nostdinc -I${.CURDIR}/../../../../include
.endif