diff options
Diffstat (limited to 'gnu/usr.bin/cc/tradcpp0')
| -rw-r--r-- | gnu/usr.bin/cc/tradcpp0/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/tradcpp0/Makefile b/gnu/usr.bin/cc/tradcpp0/Makefile index 9a6b085ad6a6..000eb86f04a1 100644 --- a/gnu/usr.bin/cc/tradcpp0/Makefile +++ b/gnu/usr.bin/cc/tradcpp0/Makefile @@ -19,4 +19,6 @@ tradcif.c: tradcif.y -e "s/realloc/xrealloc/g" \ y.tab.c >${.TARGET} +CLEANFILES= y.tab.c tradcif.c + .include <bsd.prog.mk> |
