mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 08:21:05 -05:00
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
8 lines
127 B
Makefile
8 lines
127 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= lptest
|
|
|
|
CFLAGS+= -I${.CURDIR}/../common_source
|
|
|
|
.include <bsd.prog.mk>
|