mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 20:30:57 -05:00
11 lines
227 B
Makefile
11 lines
227 B
Makefile
# $Id: Makefile,v 1.3 1996/08/30 03:12:16 peter Exp $
|
|
#
|
|
all depend lint tags:
|
|
|
|
NOOBJ= noobj
|
|
|
|
beforeinstall:
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/values.h \
|
|
${DESTDIR}/usr/include
|
|
|
|
.include <bsd.prog.mk>
|