File: Makefile.BSD

package info (click to toggle)
ipip 1.1.9
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 224 kB
  • ctags: 143
  • sloc: ansic: 1,451; sh: 137; makefile: 20
file content (11 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
#
# $Id: Makefile.BSD,v 1.8 1995/03/19 17:33:58 bdale Exp $
#
PROG=   ipip
BINDIR=	/usr/local/etc
SRCS=   config.c ip.c main.c route.c run.c slip.c tun.c
CFLAGS+= -DBDALE -DAMPRONLY -g
LDFLAGS+= -g
NOMAN=1

.include <bsd.prog.mk>