ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/usr.bin/m4/Makefile
(Generate patch)

Comparing trunk/usr.bin/m4/Makefile (file contents):
Revision 11487 by laffer1, Thu Jul 9 21:35:39 2015 UTC vs.
Revision 11488 by laffer1, Sat Jul 7 17:31:10 2018 UTC

# Line 1 | Line 1
1 + # $MidnightBSD$
2   #       $OpenBSD: Makefile,v 1.10 2002/04/26 13:13:41 espie Exp $
3   # $FreeBSD: stable/10/usr.bin/m4/Makefile 264996 2014-04-27 01:15:10Z jmmv $
4  
# Line 23 | Line 24 | SRCS+= ohash_create_entry.c ohash_delete.c ohash_do.c
24   tokenizer.o: parser.h
25  
26   CLEANFILES+=    parser.c parser.h tokenizer.o
27 +
28 + .if ${MK_TESTS} != "no"
29 + SUBDIR+= tests
30 + .endif
31  
32   .include <bsd.prog.mk>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines