mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 10:29:15 +00:00
NOOBJS -> NOOBJ - it's more consistent.
This commit is contained in:
parent
398eaa8341
commit
227756fca2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5858
@ -1,12 +1,12 @@
|
||||
# Makefile for uusched
|
||||
# $Id: Makefile,v 1.3 1995/01/23 21:19:45 jkh Exp $
|
||||
# $Id: Makefile,v 1.4 1995/01/24 17:32:09 jkh Exp $
|
||||
|
||||
BINDIR= $(bindir)
|
||||
|
||||
PROG= uusched
|
||||
SRCS=
|
||||
NOMAN= yes
|
||||
NOOBJS= yes
|
||||
NOOBJ= yes
|
||||
STRIP=
|
||||
|
||||
uusched: uusched.in
|
||||
|
Loading…
Reference in New Issue
Block a user