diff options
author | gjb <gjb@FreeBSD.org> | 2012-01-03 00:22:08 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2012-01-03 00:22:08 +0000 |
commit | 6b69dce99342af3e1735d81b77ce41c6a8aeb897 (patch) | |
tree | 35eda60d888452cea7d0191886f2aa6fd4a83b95 | |
parent | d9711b945eaa22cff62094641cadfe73bf6c45f9 (diff) | |
download | FreeBSD-src-6b69dce99342af3e1735d81b77ce41c6a8aeb897.zip FreeBSD-src-6b69dce99342af3e1735d81b77ce41c6a8aeb897.tar.gz |
Trivial standardization to a few comments in kern.pre.mk.
Submitted by: arundel
MFC after: 3 days
-rw-r--r-- | sys/conf/kern.pre.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk index cbd0de5..a209ddd 100644 --- a/sys/conf/kern.pre.mk +++ b/sys/conf/kern.pre.mk @@ -71,10 +71,10 @@ INCLUDES+= -I$S/dev/ath -I$S/dev/ath/ath_hal # ... and the same for the NgATM stuff INCLUDES+= -I$S/contrib/ngatm -# .. and the same for twa +# ... and the same for twa INCLUDES+= -I$S/dev/twa -# ... and XFS +# ... and the same for XFS INCLUDES+= -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs # ... and the same for cxgb and cxgbe |