mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Remove a makefile that isn't present upstream.
MFC after: 1 week
This commit is contained in:
parent
0feb85424f
commit
1bc414c30e
1 changed files with 0 additions and 13 deletions
|
|
@ -1,13 +0,0 @@
|
|||
all: main
|
||||
|
||||
main: main.o prov.o
|
||||
$(CC) -o main main.o prov.o
|
||||
|
||||
main.o: main.c prov.h
|
||||
$(CC) -c main.c
|
||||
|
||||
prov.h: prov.d
|
||||
/usr/sbin/dtrace -h -s prov.d
|
||||
|
||||
prov.o: prov.d main.o
|
||||
/usr/sbin/dtrace -G -32 -s prov.d main.o
|
||||
Loading…
Reference in a new issue