Skip to content

Commit

Permalink
NetBSD support
Browse files Browse the repository at this point in the history
Also require the following change sets to build on NetBSD
PADL#6
PADL#10
  • Loading branch information
manu0401 committed Jun 30, 2023
1 parent d92cf7e commit 2496d1d
Show file tree
Hide file tree
Showing 6 changed files with 611 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ else
if FreeBSD
INST_GID=wheel
else
if FreeBSD
INST_GID=wheel
else
INST_GID=root
endif
endif
Expand Down
5 changes: 3 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,9 @@ top_srcdir = @top_srcdir@
@AIX_FALSE@authmod =
@AIX_TRUE@authmod = NSS_LDAP
INST_UID = root
@AIX_FALSE@@FreeBSD_FALSE@INST_GID = root
@AIX_FALSE@@FreeBSD_TRUE@INST_GID = wheel
@AIX_FALSE@@FreeBSD_FALSE@@NetBSD_FALSE@INST_GID = root
@AIX_FALSE@@FreeBSD_TRUE@@NetBSD_FALSE@INST_GID = wheel
@AIX_FALSE@@FreeBSD_FALSE@@NetBSD_TRUE@INST_GID = wheel
@AIX_TRUE@INST_GID = system
EXTRA_DIST = CVSVersionInfo.txt ChangeLog \
AUTHORS ANNOUNCE NEWS INSTALL README LICENSE.OpenLDAP COPYING\
Expand Down
Loading

0 comments on commit 2496d1d

Please sign in to comment.