Index: head/usr.bin/sort/Makefile =================================================================== --- head/usr.bin/sort/Makefile (revision 335402) +++ head/usr.bin/sort/Makefile (revision 335403) @@ -1,35 +1,38 @@ # $FreeBSD$ .include PROG= sort SRCS= bwstring.c coll.c file.c mem.c radixsort.c sort.c vsort.c sort.1: sort.1.in /usr/bin/sed ${MAN_SUB} ${.ALLSRC} >${.TARGET} CLEANFILES+= sort.1 .if ${MK_SORT_THREADS} != "no" CFLAGS+= -DSORT_THREADS LIBADD= pthread md MAN_SUB+= -e 's|%%THREADS%%||g' .else LIBADD= md MAN_SUB+= -e 's|%%THREADS%%|\.\\"|g' .endif .if ${MK_NLS} != "no" NLS+= hu_HU.ISO8859-2 NLSSRCFILES= ${NLS:S@$@.msg@} MAN_SUB+= -e 's|%%NLS%%||g' .for lang in ${NLS} NLSSRCDIR_${lang}= ${.CURDIR}/nls .endfor .else CFLAGS+= -DWITHOUT_NLS MAN_SUB+= -e 's|%%NLS%%|\.\\"|g' .endif +#HAS_TESTS= +#SUBDIR.${MK_TESTS}+= tests + .include Index: head/usr.bin/sort/tests/Makefile =================================================================== --- head/usr.bin/sort/tests/Makefile (nonexistent) +++ head/usr.bin/sort/tests/Makefile (revision 335403) @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PACKAGE= tests + +NETBSD_ATF_TESTS_SH= sort_test + +${PACKAGE}FILES+= d_any_char_dflag_out.txt +${PACKAGE}FILES+= d_any_char_fflag_out.txt +${PACKAGE}FILES+= d_any_char_iflag_out.txt +${PACKAGE}FILES+= d_any_char_in.txt + +.include + +.include Property changes on: head/usr.bin/sort/tests/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property