diff options
author | ru <ru@FreeBSD.org> | 2004-09-01 07:12:24 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-09-01 07:12:24 +0000 |
commit | 87efa22a466a3cdd7dc209bba4300ba43b0a3e7e (patch) | |
tree | dc1a3248d40ba554b98f81c4a568e93dd5cd145d /sys/modules/if_ppp | |
parent | 4bddde21ccd09a6fac32bfaf7d5c00e0864e6129 (diff) | |
download | FreeBSD-src-87efa22a466a3cdd7dc209bba4300ba43b0a3e7e.zip FreeBSD-src-87efa22a466a3cdd7dc209bba4300ba43b0a3e7e.tar.gz |
Mechanically tidy up the contents of CLEANFILES:M*.h: kmod.mk
automatically removes opt_*.h and if_*.h found in SRCS.
Diffstat (limited to 'sys/modules/if_ppp')
-rw-r--r-- | sys/modules/if_ppp/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/if_ppp/Makefile b/sys/modules/if_ppp/Makefile index f2b11d5..871cc5d 100644 --- a/sys/modules/if_ppp/Makefile +++ b/sys/modules/if_ppp/Makefile @@ -19,8 +19,6 @@ SRCS+= bsd_comp.c SRCS+= ppp_deflate.c zlib.c .endif -CLEANFILES= ppp.h - .if ${PPP_INET} > 0 opt_inet.h: echo "#define INET 1" >> ${.TARGET} |