mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
Added includes for Makefile.inc (/usr/src/gnu/usr.bin/Makefile.inc)
Reviewed by: Gary Clark II Submitted by: Rod Grimes
This commit is contained in:
parent
5fafa20681
commit
dbd17e6ab8
3 changed files with 5 additions and 1 deletions
|
|
@ -17,4 +17,6 @@ LDADD+= -lcrypt
|
|||
SRCS+= crypt.c
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
.include <bsd.prog.mk>
|
||||
.include "../../Makefile.inc"
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,5 @@ NOMAN=
|
|||
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
.include "../../Makefile.inc"
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,5 @@ NOMAN=
|
|||
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
.include "../../Makefile.inc"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue