diff --git a/ctype/Makefile b/ctype/Makefile index 717d020129..3e09938bd1 100644 --- a/ctype/Makefile +++ b/ctype/Makefile @@ -24,9 +24,18 @@ include ../Makeconfig headers := ctype.h -routines := ctype ctype-c99 ctype-extn ctype-c99_l ctype_l isctype -aux := ctype-info +routines := \ + ctype \ + ctype-c99 \ + ctype-c99_l \ + ctype-extn \ + ctype_l \ + isctype \ + # routines +aux := ctype-info -tests := test_ctype +tests := \ + test_ctype \ + # tests include ../Rules