diff options
| author | Stanislav Sedov <stas@FreeBSD.org> | 2012-03-23 03:16:35 +0000 |
|---|---|---|
| committer | Stanislav Sedov <stas@FreeBSD.org> | 2012-03-23 03:16:35 +0000 |
| commit | 0e46933c08b763d790a0fd12029048432f45ae63 (patch) | |
| tree | 15f66953bb9d1f9ed7238c4c2a3d0853a9d40231 /usr.bin | |
| parent | f86a93b5beaf2cf61e3747acf6f5569c06ab61dc (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index b957cf7fd63e..85fb6e612399 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -261,6 +261,10 @@ SUBDIR+= csup SUBDIR+= locate .endif +.if ${MK_KERBEROS_SUPPORT} != "no" +SUBDIR+= compile_et +.endif + # XXX msgs? .if ${MK_MAIL} != "no" SUBDIR+= biff @@ -317,7 +321,6 @@ SUBDIR+= ul SUBDIR+= ar SUBDIR+= c89 SUBDIR+= c99 -SUBDIR+= compile_et SUBDIR+= ctags SUBDIR+= file2c SUBDIR+= gprof |
