note that only static compilation makes sense here

This commit is contained in:
cgd 1998-03-02 19:58:19 +00:00
parent 9da165424c
commit 9c995abe57
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile.inc,v 1.1 1997/12/17 21:56:56 scw Exp $
# $NetBSD: Makefile.inc,v 1.2 1998/03/02 19:58:19 cgd Exp $
REV!=sh ${BSDSRCDIR}/sys/conf/osrelease.sh -s
LDSTATIC= -static
LDSTATIC= -static # only static compilation makes sense here
# Hack needed to find kernel images...
BSDSRCDIR?= /usr/src

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.5 1997/05/07 16:01:49 mycroft Exp $
# $NetBSD: Makefile,v 1.6 1998/03/02 19:59:20 cgd Exp $
PROG= doexec
NOMAN= noman, no way, man
LDSTATIC= -static
LDSTATIC= -static # only static compilation makes sense here
RP= ${.OBJDIR}/${PROG}
TD= ${.CURDIR}/tests