This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
ggate
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
Paths correction.
Pointed out by: ache, make buildworld
tags/ggatessh-v1.0.0
pjd
20 years ago
parent
c2c0d5a33b
commit
6d424582d5
3 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
ggatec/Makefile
+2
-2
ggated/Makefile
+2
-2
ggatel/Makefile
+ 2
- 2
ggatec/Makefile
View File
@@ -1,6 +1,6 @@
# $FreeBSD$
.PATH: ../shared
.PATH:
${.CURDIR}/
../shared
BINDIR= /sbin
PROG= ggatec
@@ -9,7 +9,7 @@ MAN= ggatec.8
DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML}
LDADD= -lgeom -lsbuf -lbsdxml
WARNS= 6
CFLAGS+=-I../shared
CFLAGS+=-I
${.CURDIR}/
../shared
CFLAGS+=-DLIBGEOM
.include <bsd.prog.mk>
+ 2
- 2
ggated/Makefile
View File
@@ -1,12 +1,12 @@
# $FreeBSD$
.PATH: ../shared
.PATH:
${.CURDIR}/
../shared
BINDIR= /sbin
PROG= ggated
SRCS= ggated.c ggate.c
MAN= ggated.8
WARNS= 6
CFLAGS+=-I../shared
CFLAGS+=-I
${.CURDIR}/
../shared
.include <bsd.prog.mk>
+ 2
- 2
ggatel/Makefile
View File
@@ -1,6 +1,6 @@
# $FreeBSD$
.PATH: ../shared
.PATH:
${.CURDIR}/
../shared
BINDIR= /sbin
PROG= ggatel
@@ -9,7 +9,7 @@ MAN= ggatel.8
DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML}
LDADD= -lgeom -lsbuf -lbsdxml
WARNS= 6
CFLAGS+=-I../shared
CFLAGS+=-I
${.CURDIR}/
../shared
CFLAGS+=-DLIBGEOM
.include <bsd.prog.mk>
Write
Preview
Loading…
Cancel
Save