Browse Source

Paths correction.

Pointed out by:	ache, make buildworld
tags/ggatessh-v1.0.0
pjd 20 years ago
parent
commit
6d424582d5
3 changed files with 6 additions and 6 deletions
  1. +2
    -2
      ggatec/Makefile
  2. +2
    -2
      ggated/Makefile
  3. +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>

Loading…
Cancel
Save