freebsd-src/share/examples/ppi/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

10 lines
159 B
Makefile

# Makefile to build LCD control software for ppi(4) interface.
#
PACKAGE=examples
FILESDIR=${SHAREDIR}/examples/ppi
PROG= ppilcd
MAN=
.include <bsd.prog.mk>