11 lines
111 B
Makefile
11 lines
111 B
Makefile
# @(#)Makefile 1.1 94/10/31 SMI
|
|
#
|
|
H = fcntl.h
|
|
|
|
all: $H
|
|
|
|
clean:
|
|
|
|
# Install is done by parent makefile
|
|
install:
|