mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 10:52:50 +00:00
023fc80ee3
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0e
)
19 lines
441 B
Makefile
19 lines
441 B
Makefile
# @(#)Makefile 8.6 (Berkeley) 5/8/95
|
|
|
|
PACKAGE=runtime
|
|
PROG= mount
|
|
SRCS= mount.c mount_fs.c getmntopts.c vfslist.c
|
|
MAN= mntopts.3 mount.8
|
|
MLINKS+= mntopts.3 getmntopts.3
|
|
MLINKS+= mntopts.3 getmntpoint.3
|
|
MLINKS+= mntopts.3 chkdoreload.3
|
|
MLINKS+= mntopts.3 build_iovec.3
|
|
MLINKS+= mntopts.3 build_iovec_argf.3
|
|
MLINKS+= mntopts.3 free_iovec.3
|
|
MLINKS+= mntopts.3 checkpath.3
|
|
MLINKS+= mntopts.3 rmslashes.3
|
|
|
|
LIBADD= util xo
|
|
|
|
.include <bsd.prog.mk>
|