mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-24 02:44:38 +01:00
Add back missing backslash in SUBDIR list, it got lost when libtcl was
added. (also align the text block, it looked odd with variable indent)
This commit is contained in:
parent
4a38f1e9c7
commit
450c478593
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16815
@ -10,10 +10,10 @@ SUBDIR=csu/${MACHINE}
|
||||
.endif
|
||||
|
||||
# XXX MISSING: libplot
|
||||
SUBDIR+= libc libcompat libcom_err libcurses libedit \
|
||||
libf2c libfakegnumalloc libftpio \
|
||||
SUBDIR+=libc libcompat libcom_err libcurses libedit \
|
||||
libf2c libfakegnumalloc libftpio \
|
||||
libkvm libmd libmytinfo libncurses libpcap libresolv librpcsvc \
|
||||
libscsi libskey libss libtcl libtermcap libutil libxpg4 liby
|
||||
libscsi libskey libss libtcl libtermcap libutil libxpg4 liby \
|
||||
libipx libdisk
|
||||
|
||||
.if !exists(../secure) || defined(NOSECURE) || defined(NOCRYPT)
|
||||
|
Loading…
Reference in New Issue
Block a user