sort: Hook NetBSD tests up to the build

MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mark Johnston 2021-05-13 08:57:26 -04:00
parent f9e565abca
commit 186ba88a7c
2 changed files with 4 additions and 2 deletions

View File

@ -1056,6 +1056,8 @@
..
soelim
..
sort
..
stat
..
tail

View File

@ -32,7 +32,7 @@ CFLAGS+= -DWITHOUT_NLS
MAN_SUB+= -e 's|%%NLS%%|\.\\"|g'
.endif
#HAS_TESTS=
#SUBDIR.${MK_TESTS}+= tests
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>