11 lines
83 B
Makefile
11 lines
83 B
Makefile
#
|
|
#@(#)Makefile 1.1 94/10/31 SMI;
|
|
#
|
|
H = dirent.h stat.h
|
|
|
|
all: $H
|
|
|
|
clean:
|
|
|
|
install:
|