mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
files. Basically wrappers for mac_{get,set}_{file,link,pid,proc}(3).
Man pages to be updated shortly.
Approved by: re
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
7 lines
99 B
Makefile
7 lines
99 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= getfmac
|
|
SRCS= getfmac.c
|
|
MAN= getfmac.8
|
|
CFLAGS+=-Wall
|
|
.include <bsd.prog.mk>
|