mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
10 lines
169 B
Makefile
10 lines
169 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $Id: Makefile,v 1.1.1.1 1999/08/08 23:31:13 itojun Exp $
|
|
# $FreeBSD$
|
|
|
|
PROG= prefix
|
|
|
|
CFLAGS+=-DINET6
|
|
|
|
.include <bsd.prog.mk>
|