Skip to content

Commit

Permalink
OpenBSD 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Aug 18, 2000
1 parent c7ea9ec commit a36b866
Show file tree
Hide file tree
Showing 6 changed files with 1,275 additions and 169 deletions.
8 changes: 7 additions & 1 deletion openbsd/sbin/ifconfig/Makefile
@@ -1,6 +1,12 @@
# $OpenBSD: Makefile,v 1.3 1997/09/21 11:36:46 deraadt Exp $
# $OpenBSD: Makefile,v 1.7 2000/04/14 02:40:01 itojun Exp $

PROG= ifconfig
MAN= ifconfig.8

CPPFLAGS+=-DINET6
CPPFLAGS+=-DHAVE_IFADDRS_H

# kame scopeid hack
CPPFLAGS+=-DKAME_SCOPEID

.include <bsd.prog.mk>

0 comments on commit a36b866

Please sign in to comment.