pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk
Module Name: pkgsrc
Committed By: maya
Date: Sat Nov 9 21:24:25 UTC 2019
Modified Files:
pkgsrc/mk: bsd.prefs.mk
Log Message:
Add SCO Unix to the ELF pile.
Blind commit intended to help PR pkg/54681
To generate a diff of this commit:
cvs rdiff -u -r1.404 -r1.405 pkgsrc/mk/bsd.prefs.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/bsd.prefs.mk
diff -u pkgsrc/mk/bsd.prefs.mk:1.404 pkgsrc/mk/bsd.prefs.mk:1.405
--- pkgsrc/mk/bsd.prefs.mk:1.404 Tue May 7 19:36:43 2019
+++ pkgsrc/mk/bsd.prefs.mk Sat Nov 9 21:24:24 2019
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.404 2019/05/07 19:36:43 rillig Exp $
+# $NetBSD: bsd.prefs.mk,v 1.405 2019/11/09 21:24:24 maya Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -360,6 +360,8 @@ OBJECT_FMT= SOM
. endif
.elif ${OPSYS} == "Cygwin"
OBJECT_FMT= PE
+.elif ${OPSYS} == "SCO_SV"
+OBJECT_FMT= ELF
.endif
# Calculate depth
Home |
Main Index |
Thread Index |
Old Index