Deleted Added
full compact
Makefile (44212) Makefile (50477)
1# $Id: Makefile,v 1.11 1999/02/01 00:52:21 grog Exp $
1# $FreeBSD: head/sys/modules/streams/Makefile 50477 1999-08-28 01:08:13Z peter $
2
3MAINTAINER = newton@atdot.dotat.org
4SOURCE= ${.CURDIR}/../../dev/streams
5.if defined(DEBUG)
6CFLAGS+= -DDEBUG_SVR4
7.endif
8
9.PATH: ${SOURCE}

--- 21 unchanged lines hidden ---
2
3MAINTAINER = newton@atdot.dotat.org
4SOURCE= ${.CURDIR}/../../dev/streams
5.if defined(DEBUG)
6CFLAGS+= -DDEBUG_SVR4
7.endif
8
9.PATH: ${SOURCE}

--- 21 unchanged lines hidden ---