diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-29 10:30:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-29 10:30:04 +0000 |
commit | 4a7d817d075ba8ff46a0f48041a24ec6c33603cd (patch) | |
tree | 25ab4c5354bd20833d45bc97bd5361bf18d36e77 /sys/arch/sparc/stand | |
parent | 5a42f2892c9f7729aa7ae3c2c4c5cbf4a3dcd3d0 (diff) |
no strip
Diffstat (limited to 'sys/arch/sparc/stand')
-rw-r--r-- | sys/arch/sparc/stand/boot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/sparc/stand/boot/Makefile b/sys/arch/sparc/stand/boot/Makefile index eea43083fd9..f4b8ae169d6 100644 --- a/sys/arch/sparc/stand/boot/Makefile +++ b/sys/arch/sparc/stand/boot/Makefile @@ -4,6 +4,7 @@ R= .. .PATH: ${.CURDIR}/${R} PROG= boot SRCS= srt0.S boot.c promdev.c dvma.c net.c netif_sun.c conf.c version.c +STRIP= NOMAN= 1 BINDIR= /usr/mdec LIBS!= cd ${.CURDIR}/${R}; ${MAKE} libdep |