NetBSD/gnu/usr.bin/gcc/cc1obj/Makefile

10 lines
180 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.1.1.1 1995/12/01 17:59:47 phil Exp $
PROG= cc1obj
SRCS= objc-parse.c objc-act.c
.PATH: $(.CURDIR)/../cc1
.include <../Makefile.cc1>