This website requires JavaScript.
Explore
Help
Register
Sign In
hardenedbsd
/
HardenedBSD
Watch
1
Star
0
Fork
0
You've already forked HardenedBSD
mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced
2025-01-11 00:41:30 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
62811dad5a
HardenedBSD
/
usr.bin
/
split
/
Makefile
7 lines
88 B
Makefile
Raw
Normal View
History
Unescape
Escape
BSD 4.4 Lite Usr.bin Sources
1994-05-27 14:33:43 +02:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG
=
split
Add new option '-p pattern' for splitting files based on matching lines in the file with a regular expression. Useful for e.g. 'cvs diff' output. Also compile cleanly with -Wall and fix a few style bugs. PR: bin/9405
1999-02-01 22:16:45 +01:00
COPTS
+=
-Wall
BSD 4.4 Lite Usr.bin Sources
1994-05-27 14:33:43 +02:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink