diff options
author | obrien <obrien@FreeBSD.org> | 2004-12-27 22:11:20 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-12-27 22:11:20 +0000 |
commit | a59452eadb6f94db5881e670d708336d59ea5e8c (patch) | |
tree | 4ddc3d8a238f8f95806d68a63aeda0ce68c8f69c /emulators | |
parent | 1b8ba9c7b0648fbe6c0ca6c453eb975f547ee990 (diff) | |
download | FreeBSD-ports-a59452eadb6f94db5881e670d708336d59ea5e8c.zip FreeBSD-ports-a59452eadb6f94db5881e670d708336d59ea5e8c.tar.gz |
Remove useless "do-patch: NADA" -- the lack of patch-* files is sufficient.
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 ea2ec96..a45b3b9 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 47b449e..8921912 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. |