diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2005-01-22 03:09:49 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-01-22 03:09:49 +0000 |
commit | 995d2451cbad0637393380d2446902808816de2c (patch) | |
tree | 650cf4b835ff3babe71deaeac28e8d8e5decd367 /emulators | |
parent | 2498dca09026d57a0d0ee3109815e057e4d10c0a (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-6/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index ba4e164b11a1..fb02de8d1e14 100644 --- a/emulators/linux_base-6/Makefile +++ b/emulators/linux_base-6/Makefile @@ -126,6 +126,9 @@ 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 |