diff options
author | joerg <joerg> | 2005-10-28 20:09:38 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-10-28 20:09:38 +0000 |
commit | b9763a485879b9a0536ab0e0ff105dfeac28555e (patch) | |
tree | 5479ae2f3f1e42353258c13c7eda71171ca72e24 /mk/platform | |
parent | a07fadf95b1c55e30260d5938a141a8c2b79911d (diff) | |
download | pkgsrc-b9763a485879b9a0536ab0e0ff105dfeac28555e.tar.gz |
Implement usergroupfuncs for DragonFly using pw(8).
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/DragonFly.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/platform/DragonFly.mk b/mk/platform/DragonFly.mk index 9a012c1239b..0fb52677521 100644 --- a/mk/platform/DragonFly.mk +++ b/mk/platform/DragonFly.mk @@ -1,4 +1,4 @@ -# $NetBSD: DragonFly.mk,v 1.20 2005/10/27 22:39:58 tv Exp $ +# $NetBSD: DragonFly.mk,v 1.21 2005/10/28 20:09:38 joerg Exp $ # # Variable definitions for the DragonFly operating system. @@ -8,6 +8,7 @@ IMAKE_MAKE?= ${MAKE} # program which gets invoked by imake IMAKEOPTS+= -DBuildHtmlManPages=NO PKGLOCALEDIR?= share PS?= /bin/ps +PW?= /usr/sbin/pw RSH?= /usr/bin/rsh SU?= /usr/bin/su TYPE?= type # Shell builtin |