diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-27 22:11:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-27 22:11:20 +0000 |
commit | 49a7e4d168e3b110aced610ab72559d3fc3f1dd6 (patch) | |
tree | 62ce752a1ea8789ad6dce69e7ce10bc61ce9049a /emulators | |
parent | f41292012673d45669b6c59ca6d5d42e22eca405 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-6/Makefile | 3 | ||||
-rw-r--r-- | emulators/linux_base/Makefile | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index ea2ec96f27c7..a45b3b9c71c8 100644 --- a/emulators/linux_base-6/Makefile +++ b/emulators/linux_base-6/Makefile @@ -125,9 +125,6 @@ REMOVE_FILES= /bin/df /bin/su /etc/exports /etc/group \ NEEDLOADLINK= true .endif -do-patch: - @${DO_NADA} - pre-install: # # Handle the loading of the linux loadable kernel module if diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index 47b449efd2f9..892191213509 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -133,9 +133,6 @@ FALLBACK_ELF_MIB= kern.fallback_elf_brand LINUX_ELF= 3 PREVIOUS_ELF!= /sbin/sysctl -n ${FALLBACK_ELF_MIB} -do-patch: - @${DO_NADA} - pre-install: # # Handle the loading of the linux loadable kernel module if required. |