diff options
author | Murray Stokely <murray@FreeBSD.org> | 2002-03-31 17:21:29 +0000 |
---|---|---|
committer | Murray Stokely <murray@FreeBSD.org> | 2002-03-31 17:21:29 +0000 |
commit | 9a0c70235d0fbd4b4d5d5ffa469dda7f22f44032 (patch) | |
tree | 4c86bb431ec8b5402ce2b60000873b965fa53202 /release/Makefile | |
parent | db9df6ae8f251304bb7a82789d1484f062c0b626 (diff) | |
download | src-9a0c70235d0fbd4b4d5d5ffa469dda7f22f44032.tar.gz src-9a0c70235d0fbd4b4d5d5ffa469dda7f22f44032.zip |
Notes
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index 2131db47e575..51cac149d4f9 100644 --- a/release/Makefile +++ b/release/Makefile @@ -46,7 +46,7 @@ PORTSRELEASETAG?= ${AUXRELEASETAG} .endif .endif -KERNCONF=GENERIC +KERNCONF?=GENERIC # If you want to pass flags to the world build such as -j X, use # WORLD_FLAGS. Similarly, you can specify make flags for kernel |