c49759e23b
format of 'sccsid' lines so they consistently match style(9). A minor Makefile change is needed so lptest.c can find lp.cdefs.h. Reviewed by: discussed with bde and obrien MFC after: 15 days
9 lines
127 B
Makefile
9 lines
127 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= lptest
|
|
|
|
CFLAGS+= -I${.CURDIR}/../common_source
|
|
|
|
.include <bsd.prog.mk>
|