diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-07-26 05:01:38 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-07-26 05:01:38 +0000 |
commit | d346e6965a58f2fd35c14f35042d8bacd05c1a50 (patch) | |
tree | 65a3039a424c1fd424d6a9aee60428b63ac7b366 /Mk | |
parent | Upgrade to pm3-1.1.14. This eliminates 103 patch files. :-) (diff) |
Revert mtree change for now.
Requested by: marcel, ache
Notes
Notes:
svn path=/head/; revision=31039
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index a266482320a4..4d525f3abb34 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -911,11 +911,7 @@ MTREE_FILE= /etc/mtree/BSD.local.dist .endif .endif MTREE_CMD?= /usr/sbin/mtree -.if ${OSVERSION} >= 500010 -MTREE_ARGS?= -U -f ${MTREE_FILE} -L -d -e -p -.else MTREE_ARGS?= -U -f ${MTREE_FILE} -d -e -p -.endif # A few aliases for *-install targets INSTALL_PROGRAM= \ |