diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 | 
1 files changed, 5 insertions, 0 deletions
@@ -47,6 +47,11 @@ CFLAGS+=-I/usr/pkg/include/  LDFLAGS+=-L/usr/pkg/lib/  endif +ifeq ($(OS), NetBSD) +LIBS+= -lprop +endif + +  V ?= 0  ifeq ($(V),0)  # Don’t print command lines which are run  | 
