diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-27 21:08:51 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-27 21:08:51 +0000 |
commit | eb8af2eae1f65845096ba7c105cd6d96e1d1b881 (patch) | |
tree | 6dba75b785e34532578a4c74cfa0cba3adc259cd /sys/arch/i386/stand/libsa/Makefile | |
parent | 2ce57142ab447480c01618048d60742dc2bc7291 (diff) |
don't mess w/ debugging symbols
Diffstat (limited to 'sys/arch/i386/stand/libsa/Makefile')
-rw-r--r-- | sys/arch/i386/stand/libsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/Makefile b/sys/arch/i386/stand/libsa/Makefile index db3741a1161..a09fc8e4cee 100644 --- a/sys/arch/i386/stand/libsa/Makefile +++ b/sys/arch/i386/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 1997/08/13 04:03:30 mickey Exp $ +# $OpenBSD: Makefile,v 1.24 1997/08/27 21:08:49 mickey Exp $ LIB= sa @@ -38,7 +38,7 @@ SRCS+= bootp.c bootparam.c rarp.c SRCS+= ufs.c nfs.c cd9660.c # debugger -SRCS+= debug.c debug_aout.c +SRCS+= debug.c NOPROFILE=noprofile NOPIC=nopic |