mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
systems were repo-copied from sys/miscfs to sys/fs.
- Renamed the following file systems and their modules:
fdesc -> fdescfs, portal -> portalfs, union -> unionfs.
- Renamed corresponding kernel options:
FDESC -> FDESCFS, PORTAL -> PORTALFS, UNION -> UNIONFS.
- Install header files for the above file systems.
- Removed bogus -I${.CURDIR}/../../sys CFLAGS from userland
Makefiles.
13 lines
224 B
Makefile
13 lines
224 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= pstat
|
|
BINGRP= kmem
|
|
BINMODE=2555
|
|
DPADD= ${LIBKVM}
|
|
LDADD= -lkvm
|
|
MAN= pstat.8
|
|
LINKS= ${BINDIR}/pstat ${BINDIR}/swapinfo
|
|
MLINKS= pstat.8 swapinfo.8
|
|
|
|
.include <bsd.prog.mk>
|