diff options
author | fjoe <fjoe@FreeBSD.org> | 2013-11-18 20:37:46 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2013-11-18 20:37:46 +0800 |
commit | a6aa54f96cbe49a6bf811a631e65522ef0bd5833 (patch) | |
tree | 813e842f75e12a4cb1ec4cf3a44ff7536e52b246 /sysutils | |
parent | 4a963a1c3951d47fe930f16081db7e4281f6ec10 (diff) | |
download | freebsd-ports-gnome-a6aa54f96cbe49a6bf811a631e65522ef0bd5833.tar.gz freebsd-ports-gnome-a6aa54f96cbe49a6bf811a631e65522ef0bd5833.tar.zst freebsd-ports-gnome-a6aa54f96cbe49a6bf811a631e65522ef0bd5833.zip |
Unbreak the build: Use NO_MAN and NO_OBJ knobs.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/sbniconfig/files/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/sbniconfig/files/Makefile b/sysutils/sbniconfig/files/Makefile index 9c323a035da9..30e7c98923b4 100644 --- a/sysutils/sbniconfig/files/Makefile +++ b/sysutils/sbniconfig/files/Makefile @@ -4,7 +4,9 @@ PROG= sbniconfig NOMAN= yes +NO_MAN= yes NOOBJ= yes +NO_OBJ= yes CFLAGS+= -I/usr/src/sys/dev/sbni BINDIR= ${PREFIX}/bin |