diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-11-28 18:53:47 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-11-28 18:53:47 +0000 |
| commit | 6f940b38476a3dc6ecaca7ad305eddf1f9eab154 (patch) | |
| tree | a75309cf2a123fe17ec5d563ef84cd1db17898a6 /sys/modules/ncp | |
| parent | bc019cca2fb755ab66c54bc88a073e843b66bb55 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ncp')
| -rw-r--r-- | sys/modules/ncp/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/ncp/Makefile b/sys/modules/ncp/Makefile index 332be1019acd..4b63ca8c7306 100644 --- a/sys/modules/ncp/Makefile +++ b/sys/modules/ncp/Makefile @@ -19,12 +19,8 @@ CFLAGS+= -DNCPBURST .endif NOMAN= -CLEANFILES= opt_ncp.h opt_inet.h opt_ipx.h CFLAGS+= -DNCP -opt_ncp.h: - touch ${.TARGET} - opt_inet.h: touch ${.TARGET} .if ${NCP_INET} > 0 |
