diff options
Diffstat (limited to 'mk/defs.BSDOS.mk')
-rw-r--r-- | mk/defs.BSDOS.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/defs.BSDOS.mk b/mk/defs.BSDOS.mk index 1e7240c6166..ad0f7121844 100644 --- a/mk/defs.BSDOS.mk +++ b/mk/defs.BSDOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.BSDOS.mk,v 1.11 2004/06/18 11:22:41 kristerw Exp $ +# $NetBSD: defs.BSDOS.mk,v 1.12 2004/08/27 06:29:09 jlam Exp $ # # Variable definitions for the BSD/OS operating system. @@ -141,7 +141,6 @@ _OPSYS_HAS_OSSAUDIO= yes # libossaudio is available _OPSYS_LIBTOOL_REQD= 1.4.20010614nb18 # base version of libtool required _OPSYS_PERL_REQD= # no base version of perl required _OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads -_OPSYS_RPATH_NAME= -R # name of symbol in rpath directive to linker _OPSYS_SHLIB_TYPE= ELF/a.out # shared lib type _PATCH_CAN_BACKUP= yes # native patch(1) can make backups _PATCH_BACKUP_ARG?= -V simple -b -z # switch to patch(1) for backup suffix |