diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-19 18:50:59 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-19 18:50:59 +0000 |
| commit | 1c1834210c3be784f953bac989f08df9c5cdb1a8 (patch) | |
| tree | 456ee2dd21bbd59d639a94bd24c691459b2bf094 /usr.sbin | |
| parent | 2512487c923e274ea82295e76c6b3db0a0140e36 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/sysinstall/dist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/dist.h b/usr.sbin/sysinstall/dist.h index b570e7848042..0b37848aff82 100644 --- a/usr.sbin/sysinstall/dist.h +++ b/usr.sbin/sysinstall/dist.h @@ -24,7 +24,7 @@ (_DIST_DEVELOPER | DIST_XF86) #define _DIST_USER \ - (DIST_BIN | DIST_MANPAGES | DIST_DICT | DIST_COMPAT1X | DIST_COMPAT2X) + (DIST_BIN | DIST_MANPAGES | DIST_DICT | DIST_COMPAT1X | DIST_COMPAT20) #define _DIST_XUSER \ (_DIST_USER | DIST_XF86) |
