diff options
author | joerg <joerg> | 2005-11-06 19:45:08 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-11-06 19:45:08 +0000 |
commit | ed8969a323ab1e2866b6aa9e4a8b84e815906bd7 (patch) | |
tree | 34b33a8efdc672122d037f7905b05ff56f46f6db /mk/platform | |
parent | 6471f2ec9f67996528582f9e9af92a4f7dd849ec (diff) | |
download | pkgsrc-ed8969a323ab1e2866b6aa9e4a8b84e815906bd7.tar.gz |
Bless FreeBSD with the usergroup functions used by DragonFly.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/FreeBSD.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/platform/FreeBSD.mk b/mk/platform/FreeBSD.mk index 5cc2796d321..640f6f94e64 100644 --- a/mk/platform/FreeBSD.mk +++ b/mk/platform/FreeBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: FreeBSD.mk,v 1.13 2005/08/02 00:23:31 reed Exp $ +# $NetBSD: FreeBSD.mk,v 1.14 2005/11/06 19:45:08 joerg Exp $ # # Variable definitions for the FreeBSD operating system. @@ -7,6 +7,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 |