Browse Source

style.Makefile(5).

tags/ggatessh-v1.0.0
pjd 20 years ago
parent
commit
e8c5a96b60
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      ggatel/Makefile

+ 6
- 6
ggatel/Makefile View File

@@ -1,15 +1,15 @@
# $FreeBSD$

.PATH: ${.CURDIR}/../shared
.PATH: ${.CURDIR}/../shared

BINDIR= /sbin
PROG= ggatel
SRCS= ggatel.c ggate.c
MAN= ggatel.8
SRCS= ggatel.c ggate.c

CFLAGS+= -DLIBGEOM
CFLAGS+= -I${.CURDIR}/../shared

DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML}
LDADD= -lgeom -lsbuf -lbsdxml
WARNS= 6
CFLAGS+=-I${.CURDIR}/../shared
CFLAGS+=-DLIBGEOM

.include <bsd.prog.mk>

Loading…
Cancel
Save