mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Reviewed by: kp Approved by: re (gjb) MFC after: 1 week Relnotes: yes Differential Revision: https://reviews.freebsd.org/D16922
9 lines
115 B
Makefile
9 lines
115 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= last
|
|
LIBADD= xo
|
|
|
|
NO_WFORMAT=
|
|
|
|
.include <bsd.prog.mk>
|