Define _STANDALONE instead of STANDALONE.

This commit is contained in:
is 1999-02-06 23:17:07 +00:00
parent 892e4f60af
commit 9332e61aae
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 1999/01/03 12:46:31 veego Exp $
# $NetBSD: Makefile,v 1.17 1999/02/06 23:17:07 is Exp $
### what we need:
@ -27,7 +27,7 @@ SOBJS += libstubs.o
OBJS= $(SOBJS) $(COBJS)
DEFS = -DSTANDALONE -DINSECURE
DEFS = -D_STANDALONE -DINSECURE
### main target: ###