mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-22 15:47:37 +00:00
5b38a427c0
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
8 lines
94 B
Makefile
8 lines
94 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= setpmac
|
|
SRCS= setpmac.c
|
|
CFLAGS+=-Wall
|
|
NOMAN=yes
|
|
.include <bsd.prog.mk>
|