Skip to content

Commit

Permalink
Add BINDIR to BSD Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Feb 11, 2024
1 parent 1d66493 commit e4a3cf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bsd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ SRCS= restartable.c kinfo_getargv.c
HDRS= extern.h

.if ${OPSYS} == "NetBSD"
BINDIR= /usr/pkg/bin
SRCS+= kinfo_getallproc.c
.else
BINDIR= /usr/local/bin
.endif

MK_DEBUG_FILES= no
Expand Down

0 comments on commit e4a3cf3

Please sign in to comment.