mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Add -aout to CFLAGS centrally.
Set the default for BINDIR (to /usr/mdec) centrally.
This commit is contained in:
parent
2d31381a1f
commit
75d1228cbb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42170
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user