diff options
author | sevan <sevan@pkgsrc.org> | 2015-05-21 17:15:48 +0000 |
---|---|---|
committer | sevan <sevan@pkgsrc.org> | 2015-05-21 17:15:48 +0000 |
commit | 532ccacb9eca98275c18f47791b044f5a5a6290f (patch) | |
tree | 3eecdafe2b3607b0302e424f734fc8f2553a0d5c /mk | |
parent | 5a42e869373404ee5494227592166b33ce8cf55a (diff) | |
download | pkgsrc-532ccacb9eca98275c18f47791b044f5a5a6290f.tar.gz |
The path to SU is correct
type is a shell builtin on the bundled OpenBSD pdksh
Remove comment as instructed by comment.
Checks performed on OpenBSD 5.7-current
Diffstat (limited to 'mk')
-rw-r--r-- | mk/platform/OpenBSD.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/platform/OpenBSD.mk b/mk/platform/OpenBSD.mk index 04faac7bd09..10b6ae4a4a8 100644 --- a/mk/platform/OpenBSD.mk +++ b/mk/platform/OpenBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: OpenBSD.mk,v 1.38 2015/04/21 17:01:56 joerg Exp $ +# $NetBSD: OpenBSD.mk,v 1.39 2015/05/21 17:15:48 sevan Exp $ # # Variable definitions for the OpenBSD operating system. @@ -9,8 +9,6 @@ LDD_ENV?= LD_TRACE_LOADED_OBJECTS_FMT1='\t-l%o => %p\n' \ IMAKE_MAKE?= ${MAKE} # program which gets invoked by imake PKGLOCALEDIR?= share PS?= /bin/ps -# XXX: default from defaults/mk.conf. Verify/correct for this platform -# and remove this comment. SU?= /usr/bin/su TYPE?= type # Shell builtin |