summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libsa/Makefile
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-08-27 21:08:51 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-08-27 21:08:51 +0000
commiteb8af2eae1f65845096ba7c105cd6d96e1d1b881 (patch)
tree6dba75b785e34532578a4c74cfa0cba3adc259cd /sys/arch/i386/stand/libsa/Makefile
parent2ce57142ab447480c01618048d60742dc2bc7291 (diff)
don't mess w/ debugging symbols
Diffstat (limited to 'sys/arch/i386/stand/libsa/Makefile')
-rw-r--r--sys/arch/i386/stand/libsa/Makefile4
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