Deleted Added
full compact
Makefile (195636) Makefile (195878)
1$ $FreeBSD: head/tools/regression/poll/Makefile 195636 2009-07-12 12:50:43Z kib $
1# $FreeBSD: head/tools/regression/poll/Makefile 195878 2009-07-25 21:07:56Z kib $
2# This makefile has been uglified for portability.
3# Nothing yet works with gmake for the path to the sources.
4.PATH: ..
5
6PROG= pipepoll pipeselect
7CFLAGS+= -Werror -Wall
8
9all: ${PROG}

--- 26 unchanged lines hidden ---
2# This makefile has been uglified for portability.
3# Nothing yet works with gmake for the path to the sources.
4.PATH: ..
5
6PROG= pipepoll pipeselect
7CFLAGS+= -Werror -Wall
8
9all: ${PROG}

--- 26 unchanged lines hidden ---