=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.363 retrieving revision 1.365 diff -u -p -r1.363 -r1.365 --- mandoc/Makefile 2011/07/24 19:03:40 1.363 +++ mandoc/Makefile 2011/08/16 12:13:27 1.365 @@ -117,9 +117,11 @@ SRCS = Makefile \ term.h \ term_ascii.c \ term_ps.c \ + test-getsubopt.c \ test-mmap.c \ test-strlcat.c \ test-strlcpy.c \ + test-strptime.c \ tree.c \ vol.c \ vol.in @@ -332,6 +334,11 @@ clean: rm -f config.h config.log $(COMPAT_OBJS) $(COMPAT_LNS) rm -f mdocml.tar.gz mdocml-win32.zip rm -f index.html $(INDEX_OBJS) + rm -rf test-strlcpy.DSYM + rm -rf test-strlcat.DSYM + rm -rf test-strptime.DSYM + rm -rf test-mmap.DSYM + rm -rf test-getsubopt.DSYM install: all mkdir -p $(DESTDIR)$(BINDIR)