diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-07-21 16:04:41 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-07-21 16:04:41 +0000 |
| commit | 2e9b23b0ba25753b56804a4b62b7648ad0117100 (patch) | |
| tree | 21c7ec63b48cfd7ba02a3955544a42b3797528a3 /share/mk | |
| parent | d43780303601fa6c47bc10e1fad4444a6dacc629 (diff) | |
Notes
Diffstat (limited to 'share/mk')
| -rw-r--r-- | share/mk/bsd.kmod.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.kmod.mk b/share/mk/bsd.kmod.mk index 31c7bc775245..d479a3e77948 100644 --- a/share/mk/bsd.kmod.mk +++ b/share/mk/bsd.kmod.mk @@ -1,5 +1,5 @@ # From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91 -# $Id: bsd.kmod.mk,v 1.38 1997/06/21 15:40:32 jkh Exp $ +# $Id: bsd.kmod.mk,v 1.39 1997/06/30 23:37:54 bde Exp $ # # The include file <bsd.kmod.mk> handles installing Loadable Kernel Modules. # <bsd.kmod.mk> includes the file named "../Makefile.inc" if it exists, @@ -147,7 +147,7 @@ all-man: .MAIN: all all: objwarn ${PROG} all-man _SUBDIR -CLEANFILES+=${PROG} ${OBJS} +CLEANFILES+= ${KMOD} ${PROG} ${OBJS} .if !target(install) .if !target(beforeinstall) |
