Fixed the BINGRP handling mess.
EXEGRP and EXEMODE are used to install DOS (EXE format) binaries. doscmd(1) can optionally be installed as ``setgid kmem''. Hence the assignment operator for EXEGRP. PR: bin/30538
This commit is contained in:
parent
99f469761e
commit
fa8baa7a9e
@ -23,10 +23,10 @@ DPADD= ${LIBGCC} ${LIBC}
|
||||
XLIBDIR= ${DESTDIR}${X11BASE}/lib
|
||||
.endif
|
||||
|
||||
BINGRP= kmem
|
||||
EXEGRP= bin
|
||||
EXEGRP:= ${BINGRP}
|
||||
EXEMODE= ${NOBINMODE}
|
||||
#BINGRP= kmem
|
||||
#BINMODE= 2555
|
||||
EXEMODE= 444
|
||||
|
||||
.if !defined(NO_X) && exists(${XINCDIR}/X11/X.h) && exists(${XLIBDIR}/libX11.a)
|
||||
CFLAGS+= -I${XINCDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user